You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Shift Method > Vector.Shift Method ([In] TMtxVec, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Shift Method ([In] TMtxVec, int)

Shift vector elements left or right in the array.

Syntax
C#
Visual Basic
public TVec Shift([In] TMtxVec Src, int Offset);

Shifts Src vector elements and stores the result in the calling object. The number of elements to shift is specified in the Offset parameter. Offset can be any integer number, positive or negative.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!